Welcome![Sign In][Sign Up]
Location:
Search - bmp text

Search list

[Special Effectshistogram

Description: 实现了bmp灰度图像直方图均衡,将原图的直方图信息和均衡化后的直方图信息以文本形式输出并输出均衡化后的图像。-Bmp realized gray image histogram equalization, the original image after histogram equalization information and histogram information output in text form and outputs the image after equalization.
Platform: | Size: 1059840 | Author: 毛毛虫 | Hits:

[GDI-BitmapWordsToPictures

Description: 能够根据Text文本文件中的一组文字生成对应的.bmp的图片文件-can generate a series of .bmp files according to the wordlist in the .txt file
Platform: | Size: 2800640 | Author: sb | Hits:

[Tab Controlmodpicsoft

Description: VB6.0动态添加和删除控件组并添加滚动条 摘要:VB源码,控件组件,动态删除,控件组,滚动条 VB6.0动态添加和删除控件组并添加滚动条,按照一定的格式动态添加一个可显示图片和文字的自定义控件,并添加滚动条功能,当文本框控件中的内容较多时,滚动条会自动启用,是自定义控件,比Vb默认的要好用。源代码中定义了一个用于显示图片内容的图片框控件,支持BMP图片(*.BMP)|*.BMP|JPG图片(*.JPG)|*.JPG|GIF图片(*.GIF)|*.GIF|所有文件(*.*)的显示。-VB6.0 dynamically add and remove controls group and add scroll bars Abstract: VB source, control components, dynamic delete groups of controls, scroll bars VB6.0 dynamically add and remove controls group and add scroll bars, according to a certain format dynamically add a can display custom images and text, and add a scroll bar function, when the contents of a text box control more scroll bar is automatically enabled, a custom control than Vb default to use. Source code defines a picture to display the contents of the picture box control, support for BMP images (* BMP.) |* BMP | GIF Image (* GIF.) | |. JPG images (* JPG.) |.* JPG* . GIF | All files (**) is displayed.
Platform: | Size: 169984 | Author: xushengqin | Hits:

[EditBoxRichTest

Description: RichEidt 超级链接 自定义链接 区分超级链接 字体颜色 这个是我自己写的和richedit有关的demo, 刚写完的,没做整理,有点小乱,里面包含设置字体颜色, 设置超级链接 ,区分相同文本的超级链接, 以及贴图(暂时只支持bmp格式的) (这个是在vs2010的宽字符环境里编写的,在多字节环境里可能会出点问题,需要自己再做点修改)-RichEidt hyperlink custom link hyperlink font color to distinguish this is my own writing and richedit about the demo, just finished, and did not do the finishing, a little chaotic, which contains the set font color, set hyperlinks, to distinguish the same text hyperlinks, and textures (only supports bmp format) (this is the width of the character in the environment vs2010 written in multi-byte environment may point out the problem, you need to do your own point of modification)
Platform: | Size: 671744 | Author: wenzi | Hits:

[Otherwenben

Description: VC++在BMP位图图片上显示文本,简单实用-VC++ display text on BMP bitmap images, simple and practical
Platform: | Size: 324608 | Author: 李凤江 | Hits:

[GDI-Bitmapbmptext.vc

Description: 在bmp图像输出一段文字并保存,文字的代码-Write text on a bmp image code
Platform: | Size: 18432 | Author: 刘健 | Hits:

[Windows DevelopTextOnBmp

Description: VC++在BMP图片上显示文本,是一个VC++窗口绘图的例子,JPG格式图片未做测试。显示文字主要是使用TextOut方法,完整的过程是:定义位图对象,加载背景位图,获取位图信息(图像宽度和高度),获取窗口客户区域,获取窗口设备上下文,定义一个内存设备上下文,CreateCompatibleDC方法创建与pDC兼容的设备上下文,选中位图对象在窗口中绘图,设置透明的背景模式,输出文本-VC++ to display text on the BMP picture window is a VC++ examples of graphics, JPG format picture without making tests. The main display text using TextOut method, a complete process: define bitmap objects, load background bitmap, get bitmap information (image width and height), access to the client area of ​ ​ a window, the window to get the device context, the definition of a memory device context, CreateCompatibleDC way to create a compatible device context pDC, select the bitmap object in the drawing window, set transparent background mode, the output text
Platform: | Size: 328704 | Author: apudn83 | Hits:

[Windows DevelopImageText

Description: VC++ 在位图中输出字符串,也就是把文字显示在图片上,其实就是图上加水印的功能,在运行截图所示的窗口中,选择一张图片,可以是BMP/JPG,然后在水印文本框中输入要显示的水印文字,在X轴坐标和Y轴坐标中定义文字显示的位置,最后点击一下“水印效果”按钮,立马就能看到图片上的水印文字了,完美实现了在BMP位图上显示文字的效果。-VC++ bitmap output string, which is the text displayed in the picture, in fact, add watermark feature on the map, as shown in the screenshot run window, select a picture, you can be BMP/JPG, and then in the watermark enter the text box to display the watermark text, position the X-axis and Y-axis coordinates defined coordinate text display, and finally click "watermark" button, you can immediately see the picture on the watermark text, the perfect realization of the BMP bitmap effect on the text display.
Platform: | Size: 870400 | Author: wpudn9 | Hits:

[Special EffectsImageing

Description: 本源码正对的是8位的灰度bmp图片,可以通过读取bmp图片总各个像素点的灰度级,并将将图像灰度保存在文本文档中-The source is on an 8-bit grayscale bmp picture, you can read through the gray level of each pixel bmp image point total, and the image is saved in a text document in grayscale
Platform: | Size: 567296 | Author: yehao | Hits:

[.netqiegebmp

Description: 分割图像vb源码例子,图片切割代码,操作对象为BMP,JPG未测试是否可行。实现的大概思路:根据剪切区域的大小设置Image控件大小,向PictureClip1添加图片,根据图片的大小设置各TextBox控件的Text属性值。可从设置的X/Y坐标处开始切割,切割区域大小由用户设定。-Vb source code examples of image segmentation, image cut code, operating object BMP, JPG untested feasibility. Probably thinking to achieve: Set the Image control based on the size of the shear size of the area to PictureClip1 add pictures, Text property value picture settings according to the size of each of the TextBox control. From the set of X/Y coordinates start cutting, cutting area size is set by the user.
Platform: | Size: 9216 | Author: bpudn17 | Hits:

[Windows Developmodpicsoft

Description: VB6.0动态添加和删除控件组并添加滚动条,按照一定的格式动态添加一个可显示图片和文字的自定义控件,并添加滚动条功能,当文本框控件中的内容较多时,滚动条会自动启用,是自定义控件,比Vb默认的要好用。源代码中定义了一个用于显示图片内容的图片框控件,支持BMP图片(*.BMP)|*.BMP|JPG图片(*.JPG)|*.JPG|GIF图片(*.GIF)|*.GIF|所有文件(*.*)的显示。-VB6.0 dynamically add and remove controls group and add scroll bars, according to a certain format dynamically add a custom control to display images and text, and add a scroll bar function, when the contents of a text box control more scroll bar will automatically enabled, a custom control than Vb default to use. Source code defines a picture to display the contents of the picture box control, support for BMP images (* BMP.) |* BMP | GIF Image (* GIF.) | |. JPG images (* JPG.) |.* JPG* . GIF | All files (**) is displayed.
Platform: | Size: 168960 | Author: ipudn73 | Hits:

[Graph Recognize128x64PCtoLCD

Description: 功能介绍: 1.生成中英文数字混合的字符串的字模数据. 2.可选择字体,大小,并且可独立调整文字的长和宽,生成任意形状的字符。 3.各种旋转,翻转文字功能 4.任意调整输出点阵大小,并任意调整字符在点阵中的位置。 5.字模数据输出可自定义各种格式,系统预设了C语言和汇编语言两种格式,并且可自己 定义出新的数据输出格式;每行输出数据个数可调。 6.支持四种取模方式:逐行(就是横向逐行取点),逐列(纵向逐列取点),行列(先 横向取第一行的8个点作为第一个字节,然后纵向取第二行的8个点作为第二个字节……), 列行(先纵向取第一列的前8个点作为第一个字节,然后横向取第二列的前8个点作为第二个 字节……) 7.支持阴码(亮点为1),阳码(亮点为0)取模 8.支持纵向(第一位为低位)(,倒向第一位为高位)取模 9.输出数制可选16进制或10进制 10.可生成索引文件,用于在生成的大量字库中可快速检索到需要的汉字 11.动态液晶面板彷真,可调节彷真面板象素点大小和颜色 12.图形模式下可任意用鼠标作画,左键画图,右键擦图。 12.旋转,翻转,平移等字符模式下的功能也可用与对BMP图象的处理 版本为pctolcd1.94-Features: 1 font data generated in mixed alphanumeric string two selectable font, size, and length and width can be adjusted independently of the text, to generate arbitrary shape the character more. 3 Various rotate, flip text function 4. Arbitrarily adjust the output matrix size, and can adjust the character position in the lattice. 5 font data output can be customized in various formats, the default setting of C and assembly language formats, and can define their own new data output formats adjustable output data per line number. Modulo 6 supports four ways: progressive (that is transverse progressive access point), column by column (vertical column-wise access points), ranks (the first eight points of the first to take the lateral line as the first byte, then vertical take eight points of the second row as the second byte ......), the column lines (vertical take before the first eight points of the first column as the first byte, and then take the second lateral row before 8 point
Platform: | Size: 718848 | Author: LZ | Hits:

[Windows DevelopDelphi_354830

Description: Delphi图片传书,可以把一段文字真正加到一幅图片中,将文字变成图片后传输,把文字隐藏在图片中,两种功能:一是文字写入图片,二是从图片读出文字。图片格式需要是BMP,比较神奇的功能。不过使用本程序需要注意:字符最多不能超过图片长*宽的1/2。举个例子来说,800*600的图片,可以容纳24000个字符,或12000个汉字。-Delphi picture-book, you can put a piece of text really added to the picture, the text becomes image after transmission, the words hidden in the picture, two functions: First, write text images, and second read out the text from the image . Picture format needs to be BMP, relatively fantastic features. However, use of this procedure to note: Images can not exceed the maximum character length* width of 1/2. For example, 800* 600 images, can accommodate 24,000 characters, or 12,000 characters.
Platform: | Size: 143360 | Author: 38F8NB1 | Hits:

[Delphi VCLxx

Description: Delphi:Delphi获取图片类型,获取GIF/JPG/JPEG/ICO/BMP等图像的格式属性,可指定外部图像文件,获取后显示在窗口的文本框中。 -Delphi: Delphi image types, to get the formatting attributes GIF/JPG/JPEG/ICO/BMP and other image, you can specify an external image file is displayed in the window after obtaining the text box.
Platform: | Size: 9216 | Author: FTA2KZ3 | Hits:

[WEB CodeabcEditor_v2013.09

Description: abcEditor ABC编辑器,一款所见即所得富文本HTML在线编辑器,只加载一个JS文件 超轻量级,支持jpg jpeg gif bmp png格式的图片上传,上传大小暂定为不超过200K,如果你的服务器网速足够快,可修改此值为更大值。再此要注意,上传功能基于PHP环境。 编辑器适用于html php asp .net jsp等语言,不过自己要修改对应的上传语言。-abcEditor ABC editor, a WYSIWYG rich text HTML online editor, just load a JS file super lightweight, supports jpg jpeg gif bmp png format images to upload, upload size is tentatively scheduled for no more than 200K, if you the server speed is fast enough, you can modify this value is greater value. Then this should be noted, upload PHP based environment. Editor applicable to html php asp .net jsp and other languages​ ​ , but they have to modify the corresponding upload language.
Platform: | Size: 5120 | Author: npudn23 | Hits:

[Otherquickpic2014.126

Description: 红竹叶素材管理系统是一个集图像素材和文字素材管理、搜索、快速预览以及与Coreldraw无缝链接的素材管理软件,专门针对有大量素材管理需求的业务而设计,主要管理PSD、CDR(特色功能)、JPEG、BMP、TIF、PNG等图像文件,适合平面设计、广告公司、动漫设计公司等需要管理大量素材的单位使用。-Red bamboo material management system is a set of material of image and text material management, search, fast preview and seamless link of Coreldraw material management software, specifically targeted at large demand for material management business and design, the main management PSD, CDR (features), JPEG, BMP, TIF, PNG image files, suitable for graphic design, advertising companies, animation design companies need to use a lot of material management unit.
Platform: | Size: 25294848 | Author: 郭敦陶 | Hits:

[Otherueditor-utf8-php

Description: abcEditor ABC编辑器,一款所见即所得富文本HTML在线编辑器,只加载一个JS文件 超轻量级,支持jpg jpeg gif bmp png格式的图片上传,上传大小暂定为不超过200K,如果你的服务器网速足够快,可修改此值为更大值。再此要注意,上传功能基于PHP环境。 编辑器适用于html php asp .net jsp等语言,不过自己要修改对应的上传语言。-abcEditor ABC editor, a WYSIWYG online HTML rich text editor, just load a JS file super lightweight, supports jpg jpeg gif bmp png format image upload, upload size is tentatively scheduled for no more than 200K, if you the server speed is fast enough, you can modify this value is greater value. Then this should be noted, upload PHP-based environment. Editor apply to html php asp .net jsp and other languages, but they have to modify the corresponding uploaded language.
Platform: | Size: 1803264 | Author: 陈琳 | Hits:

[CSharpDOTNET--Hiding-a-Text-File-in-a-BMP-File

Description: DOTNET- Image Processing Techniques for the Detection and Removal of Cracks in Digitized Paintings
Platform: | Size: 78848 | Author: Manickam | Hits:

[Picture ViewerLSB

Description: 利用 LSB 算法进行信息隐藏是在载体信号的空域进行的,它通过调整原始载体信息的最低几位来隐藏信息。文章首先简单叙述了B M P位图文件的文件格式, 然后根据 24位真彩色B M P位图格式与显示方式的特殊性,直接改变图像中像素的最后一位值来嵌入秘密文件,提出了一种对文字信息进行加密的有效方案。-LSB information hiding algorithm use of airspace carrier signal is carried by tuning the lowest bits of the original carrier of information to hide the information. Firstly, a brief description of the BMP bitmap file format, and then based on the particularity of 24 true color BMP bitmap format and display directly change the value of the last bit pixels in the image to embed secret document proposes a text information for effective program encrypted.
Platform: | Size: 509952 | Author: 陈明亮 | Hits:

[GDI-BitmapPhoto_Logo2140411142009

Description: Title: Photo Logo Plus,一个相当完整的采用GDI+技术制作logo的软件,值得仔细研究。-Title: Photo Logo Plus Description: Photo Logo Plus- Add Text, Date, Time, Serial Numbers, Image Logos, Masked Logos or copyright notices to your photos. Batch Process and Batch Conversion functions. Complete functioning application. Saves photos in BMP, JPG, GIF, PNG and TIF formats using GDI+. Ideal for photographers and people who want to publish photos on the internet. Converts and to BMP, JPG, GIF, PNG and TIF. Including sample image logos and masked logos. Code includes error handling and logging routines. Lots of comments in the code, read the Help section available in the main menu. Maintain the same directory structure when you unzip the files! 12-01-2009- Some minor changes and optimisation of the code. Thanks to Roger Gilchrist for the tips. This file came Planet-Source-Code.com...the home millions of lines of source code You can view comments on this code/and or vote on it at: http://www.Planet-Source-Code.com/vb/scripts/ShowCode.asp?txtCodeId=71596&lngWId=1 The a
Platform: | Size: 1213440 | Author: Yanghai | Hits:
« 1 2 ... 5 6 7 8 9 1011 »

CodeBus www.codebus.net